All Questions
Tagged with console-applicationclient-object-model
6 questions
0votes
1answer
415views
Error uploading file to SharePoint using .NET Framework 4.5
I have a problem uploading files to SharePoint from a .NET console application. I get the error "Cannot write data to transport connection: An existing connection has been forced to break by the ...
0votes
1answer
79views
Update a list item using Client side object module code and prevent sharepoint list workflow 2013 from been executed
I have a custom list inside our sharepoint online classic team site collection. and i define a workflow 2013 on the custom list. where the workflow will be executed when creating and editing the list ...
0votes
3answers
5kviews
Retrieve all the Document Library with folder and file count using SharePoint Client Object Model
Hi Friends i have a SharePoint site having more Document Library's i just want to display this as a Console application using SharePoint Client Object Model. thanks in advance
1vote
1answer
219views
Can we distribute SharePoint DLLs with our application
Is my understanding of following page correct that we can distribute Microsoft.SharePoint.Client.dll and Microsoft.SharePoint.Client.Runtime.dll with our application? Like we reference these DLLs in ...
1vote
1answer
8kviews
An unhandled exception of type 'System.Net.WebException' occurred in Microsoft.SharePoint.Client.dll
I try to access SharePoint list from a console app in .NET. My environment doesn't have SharePoint installed one and I write code in VS 2013. I want to access SharePoint 2013 list data. When I run my ...
13votes
7answers
52kviews
HTTP 401, Unauthorized using the Managed Client Object Model
I have a Windows 7 system built (per MS' instructions) with SharePoint 2010 Server. I'm writing a simple console application on it that attempts to use SharePoint's Managed Client Object Model to ...